Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: update all deps #1963

Merged
merged 5 commits into from
Nov 28, 2024
Merged

feat!: update all deps #1963

merged 5 commits into from
Nov 28, 2024

Conversation

amje
Copy link
Contributor

@amje amje commented Nov 26, 2024

No description provided.

@gravity-ui-bot
Copy link
Contributor

Preview is ready.

@gravity-ui-bot
Copy link
Contributor

Visual Tests Report is ready.

gulpfile.js Outdated
@@ -55,7 +55,7 @@ task('copy-i18n', () => {
task('styles-global', () => {
return src(['styles/styles.scss', 'styles/fonts.scss'])
.pipe(
sass().on('error', function (error) {
sass({silenceDeprecations: ['legacy-js-api']}).on('error', function (error) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not upgrade for latest api? We did it in app-builder already for example

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upgrade what? This is the issue within the gulp-dart-scss package.

Copy link
Contributor

@ValeraS ValeraS Nov 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of gulp-dart-scss we can use gulp-sass package which supports the new sass API.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@amje amje merged commit 8db0624 into next Nov 28, 2024
6 checks passed
@amje amje deleted the next-deps branch November 28, 2024 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants